home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / TattleTech 2.53.sit / TattleTech 2.53 Folder / TattleTech 2.53.rsrc / TEXT_15956_Traps.txt < prev    next >
Text File  |  1996-09-27  |  2KB  |  35 lines

  1. Other Trap Definitions
  2.  
  3. Note: Traps are the mechanism for programs to access system functions.  Most
  4.            of these traps have known names which are contained in the Tattle.Traps
  5.            file.
  6.  
  7. Unavailable Traps : This lists those named traps that for various reasons
  8.            are not available on your combination of hardware and software. They are
  9.            listed in the following format:
  10.  
  11. $Trap Number in Hex = _TrapName
  12.  
  13.  
  14. Note:  The [address] listed in the following two formats may either be the
  15.           the original ROM address as shipped by Apple or may represent patches that 
  16.           were made by various INITs, control panels, etc.  
  17.  
  18. Available Traps (Named): This lists named traps available to your 
  19.            machine in the following format:
  20.  
  21. $Trap Number in Hex = _TrapName [$Address of trap in hex]
  22.  
  23.  
  24. Available Traps (UnNamed): This lists unnamed but active traps on your
  25.           machine in the format following.  Since some traps point to the same
  26.           code, one can compare the addresses to determine which are duplicates.
  27.           Duplicate is really not the correct term as Traps which point to the
  28.           same code are generally variations of the original trap.  For example,
  29.            _SetFilType shows the same address at $A043, $A243, and $A443.
  30.           This occurs because, in the case of this type of trap, the $A243 version
  31.           executes the $A043 command immediately, and the $A443 version
  32.           executes the command asynchronously.  Different kinds of traps (e.g.
  33.           Memory, File, Device, etc.) have similar variations with different meanings.
  34.  
  35. $Trap Number in Hex  [$Address of trap in hex]